-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: intro install-dist
module in root
#2552
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2552 +/- ##
============================================
+ Coverage 56.94% 56.98% +0.04%
Complexity 827 827
============================================
Files 612 612
Lines 49672 49672
Branches 6681 6681
============================================
+ Hits 28284 28304 +20
+ Misses 18572 18558 -14
+ Partials 2816 2810 -6 ☔ View full report in Codecov by Sentry. |
pom.xml
Outdated
@@ -93,6 +93,7 @@ | |||
<module>hugegraph-server</module> | |||
<module>hugegraph-pd</module> | |||
<module>hugegraph-store</module> | |||
<module>dist</module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dist
or hugegraph-dist
🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module name "hugegraph-dist" is currently taken... Consider renaming after "hugegraph-dist" is renamed to "server-dist".
install-dist
module in root
initial-store-list: 127.0.0.1:8502 | ||
initial-store-list: 127.0.0.1:8500 | ||
|
||
raft: | ||
# The address of the local raft service | ||
address: 127.0.0.1:8610 | ||
# The service address of the PD cluster | ||
peers-list: 127.0.0.1:8610,127.0.0.1:8611,127.0.0.1:8612 | ||
peers-list: 127.0.0.1:8610 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any potential impact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, no side effects have been found. The modification is intended to use org.apache.hugegraph.pd.boot.HugePDServer
to quickly start a single node PD.
install-dist
module in roothugegraph-server/hugegraph-dist
toinstall-dist
apache-hugegraph-incubating-pd/server-xxx